From b7fd0147f795351c5dd31558ce43e99b1ddb1875 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Mar 2016 08:53:18 -0500 Subject: [PATCH] gtk-demo: Fix a typo --- demos/gtk-demo/application_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/application_demo.c b/demos/gtk-demo/application_demo.c index 798fcada49..4174bbb055 100644 --- a/demos/gtk-demo/application_demo.c +++ b/demos/gtk-demo/application_demo.c @@ -2,7 +2,7 @@ * * Demonstrates a simple application. * - * This examples uses GtkApplication, GtkApplicationWindow, GtkBuilder + * This example uses GtkApplication, GtkApplicationWindow, GtkBuilder * as well as GMenu and GResource. Due to the way GtkApplication is structured, * it is run as a separate process. */ -- 2.30.2